-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build stdin with compress #233
Conversation
fc176bf
to
0c950fe
Compare
Codecov Report
@@ Coverage Diff @@
## master #233 +/- ##
==========================================
+ Coverage 46.98% 48.33% +1.34%
==========================================
Files 172 172
Lines 11693 11710 +17
==========================================
+ Hits 5494 5660 +166
+ Misses 5882 5692 -190
- Partials 317 358 +41 |
0c950fe LGTM Could move that compress function to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🐮
I'm removing this from the 17.06.1 milestone; the refactoring taken from #227 probably are not needed for 17.06.1, so if we need just the fix, we may need a different implementation for the 17.06 branch (let me know if you don't agree though 😃 ) |
There is no way to test this properly without the refactoring. So if we want the fix I think we need to take the refactoring as well. |
I opened an internal issue for discussing; we need to outweigh the importance of this fix against the amount of changes required 👍 |
0c950fe
to
337bcdd
Compare
rebased |
337bcdd
to
f7f567f
Compare
Write a test showing compress failure. Signed-off-by: Daniel Nephin <[email protected]>
f7f567f
to
a04aa8f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Compress after the archive is rewritten.